/*$$
{"color":[{"val":"#ffffff","title":"按钮文字颜色"},
{"val":"#000000","title":"默认主体文字颜色"},
{"val":"#666666","title":"简介文字颜色"}],
"background":[{"val":"#333333","title":"按钮禁止点击背景颜色"},
{"val":"#4c619a","title":"按钮上箭头背景颜色"},
{"val":"#233c82","title":"按钮背景颜色"}],
"border":[]}
$$*/
#case_154{
	width: 100%;
	height: 100%;
	position: relative;
	background:url(./../../../static/images/NP00037_03.png) no-repeat center bottom;
}
#case_154 .moreCon{
	background:url(./../../../static/images/NP00037_01.png) no-repeat center center;
	width: 590px;
	height: 296px;
	right: calc((100% - 1200px)/ 2 - 150px);
	top: 0;
	position: absolute;
	padding:160px 0 0 150px;
	color: #ffffff;
	font-size: 14px;
	line-height: 36px;
	transition: all .8s;
}
#case_154 .moreCon i{
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #4c619a url(./../../../static/images/NP00037_02.png) no-repeat center center;
	display:inline-block;
	margin-left: 35px;
	transition: all .8s;
}
#case_154 .moreCon:hover{
	letter-spacing: 2px;
}
#case_154 .moreCon:hover i{
	margin-left: 50px;
}
#case_154 .caseCon{
	width: 1200px;
	margin:30px auto 0 auto;
	position: relative;
	top:50%;
	transform: translateY(-50%);
}
#case_154 .cloumn{
	font-size: 36px;
	color: #000000;
	font-weight: 550;
}
#case_154 .caseList{
	width:100%;
	padding:40px 0;
	position: relative;
	height: 480px;
	overflow: hidden;
}
#case_154 .caseList .swiper-slide{
	width: 100%;
	height: 100%;
	display: grid;
	grid-template-columns: repeat(3,1fr);
}
#case_154 .caseItem{
	margin: 0 80px;
	width: calc(100% - 160px);
	overflow: hidden;
}
#case_154 .caseItem .tit-1{
	font-size: 20px;
	color: #000000;
	line-height: 44px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	height: 44px;
}
#case_154 .caseItem:hover .tit-1{
	color: #233c82;
}
#case_154 .caseItem .tit-2{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	text-overflow:ellipsis;
	white-space: nowrap;
	height: 44px;
	width: 100%;
	overflow: hidden;
}
#case_154 .caseItem .imgT{
	width: 100%;
	height: auto;
	overflow: hidden;
	border-radius: 20px 0 20px 0;
	position: relative;
}
#case_154 .caseItem .imgT .img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .8s;
	position: absolute;
	left: 0;
	top:0;
}
#case_154 .caseItem .imgT .bg{
	width: 100%;
	height: auto;
}
#case_154 .caseItem:hover .img{
	transform: scale(1.1);
}
#case_154 .caseItem:nth-child(2){
	margin-top: 70px;
}
#case_154 .caseItem:nth-child(3){
	margin-top: 140px;
}
#case_154 .caseList .btnNext,
#case_154 .caseList .btnPrev{
	position: absolute;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background:#233c82 url(./../../../static/images/NP00037_04.png) no-repeat center center;
	bottom: 20px;
	z-index: 99;
	cursor: pointer;
}
#case_154 .caseList .btnPrev.swiper-button-disabled,
#case_154 .caseList .btnNext.swiper-button-disabled{
	background:#333333 url(./../../../static/images/NP00037_04.png) no-repeat center center;
	cursor: default;
}
#case_154 .caseList .btnPrev{
	left: 60px;
	transform: rotate(180deg); 
}
#case_154 .caseList .btnNext{
	left:125px;
}
@media screen and (max-width: 1200px) {
	
	#case_154 .caseCon{
		width: 100%;
		padding: 0 20px;
	}
}
@media screen and (max-width: 1024px) {
	#case_154{
		height: auto;
	}
	#case_154 .caseCon{
		top:0;
		transform: translateY(0);
		padding:15px 20px;
		margin: 0;
	}
	#case_154 .moreCon{
		width: 450px;
		height: 225px;
		background-size: 450px 225px;
		padding: 50px 0 0 60px;
	}
	#case_154 .swiper-wrapper{
		display: flex;
	}
	#case_154 .caseItem{
		margin: 0 40px;
		width: calc(100% - 80px);
	}
}
@media screen and (max-width: 768px) {
	
	#case_154 .cloumn{
		font-size: 24px;
		line-height: 40px;
	}
	#case_154 .moreCon{
		width: 200px;
		height: 100px;
		right: 0;
		background-size: 100% 100%;
		box-sizing: border-box;
		padding: 35px 0 0 70px;
		line-height: 25px;
	}
	#case_154 .moreCon i{
		width: 25px;
		height: 25px;
		margin-left: 15px;
	}
	#case_154 .caseList{
		padding: 30px 0;
		width: calc(100% + 20px);
		margin-left: -10px;
		height: 340px;
	}
	#case_154 .caseList .swiper-slide{
		grid-template-columns: repeat(2,1fr);
	}
	#case_154 .caseItem{
		margin: 0 10px;
		width: calc(100% - 20px);
	}
	#case_154 .caseItem .tit-1{
		font-size:18px;
		line-height: 30px;
		height: 30px;
	}
	#case_154 .caseItem .tit-2{
		font-size: 14px;
		height: 30px;
		line-height: 30px;
	}
	#case_154 .caseItem .img{
		height: 140px;
	}
	#case_154 .caseList .btnNext, #case_154 .caseList .btnPrev{
		width: 40px;
		height: 40px;
	}
	#case_154 .caseList .btnNext{
		left: 80px;
	}
	#case_154 .caseList .btnPrev{
		left:30px;
	}
}